.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 1px solid black;
	background-color: #FFFFFF;
}

.glossymenu li{
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
}

.glossymenu li a{
background: white url() repeat-x bottom left;
	color: #000000;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	background-color: #000000;
}

.glossymenu li ul li{
	float: left;
}

.glossymenu li ul a{
	width: 180px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #000000;
}

.glossymenu li a:hover{
background-image: url;
	color: #FFFFFF;
	background-image: url(bg_menu-blck.jpg);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
